home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000215_news@columbia.edu _Mon Aug 19 16:44:08 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id QAA20938 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Aug 1996 16:44:07 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id QAA20260 for kermit.misc@watsun; Mon, 19 Aug 1996 16:44:06 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!news.byu.edu!nntp.et.byu.edu!cwis.isu.edu!mica.inel.gov!pmafire!news-relay.us.dell.com!swrinde!news.sgi.com!enews.sgi.com!news.mathworks.com!newsfeed.internetmci.com!usenet.eel.ufl.edu!news.ultranet.com!vandal
  5. From: jasantos@ultranet.com (John Santos)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Transferring Hexified files to ALPHA
  8. Date: Mon, 19 Aug 96 19:28:21 GMT
  9. Organization: UltraNet Communications, Inc.
  10. Lines: 36
  11. Message-ID: <4vafak$u14@decius.ultra.net>
  12. References: <4v4ndm$l05@netaxs.com> <4v4stp$204@apakabar.cc.columbia.edu> <4v5o08$ksq@nntp.ucs.ubc.ca>
  13. NNTP-Posting-Host: vandal.ultranet.com
  14. X-Newsreader: News Xpress 2.0 Beta #0
  15.  
  16. In article <4v5o08$ksq@nntp.ucs.ubc.ca>, shoppa@alph02.triumf.ca (Tim Shoppa) wrote:
  17. >In article <4v4stp$204@apakabar.cc.columbia.edu>,
  18. >Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  19. >
  20. >>Or you might try this, but I doubt it will work.  Assuming you have the
  21. >>hex files on a computer that has MS-DOS Kermit or C-Kermit, then tell the
  22. >>Alpha to "create kermit.hex".  Then escape back to Kermit and tell it
  23. >>TRANSMIT the desired hex file.  But the file is huge and if even one byte
  24. >>is lost or corrupted, it won't work.  (You'll also need to send the
  25. >>dehexifying program the same way.)
  26. >
  27. >True, this method certainly will fail if even one bit is corrupted.
  28. >But I've used the hex-file procedure on many different platforms (VMS,
  29. >Unix, MSDOS, CP/M, RT-11) and I've never had a single problem.  Of course,
  30. >I don't try to get greedy and use the highest serial speed possible, nor
  31. >do I try doing this over anything except a short, direct connection.
  32. >
  33. >Tim. (shoppa@triumf.ca)
  34.  
  35. I used this method successfully:  I had a remote Alpha 1000 with no network
  36. installed yet, and only the two built-in COM ports.  I had a V.32  (14.4Kb) 
  37. modem at each end.  I couldn't get TRANSMIT to reliable copy files of more
  38. than about 50 lines.
  39.  
  40. I wrote a DCL procedure to split the .HEX file into hundreds of 25-line files, 
  41. and wrote a kermit script to TRANSMIT them one at a time to the remote system. 
  42. I then used yet another DCL command file to append them all together again.  
  43. The dehexifying program was short enough that I could send it in one TRAMSMIT.
  44. I built the dehexifying program on the Alpha, ran it, and the Kermit came out 
  45. fine.
  46.  
  47. My plan was that if the de-hexer had died, I would figure out which of my 
  48. hundreds of little files was bad, and resend that one file, and then try it 
  49. again, but this wasn't necessary.
  50.  
  51. John Santos